home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / prog_bas / mdbguru.zip / DTXTBOX.PRO < prev    next >
Text File  |  1995-02-25  |  415b  |  14 lines

  1. ; default textbox properties
  2. DataField       =   "<<fieldname>>"
  3. DataSource      =   "dtaCtr"
  4. Height          =   315
  5. Index           =   <<index>>
  6. Left            =   <<left>>
  7. MaxLength       =   <<fieldlength>>
  8. TabIndex        =   <<tabindex>>
  9. Tag             =   "<<fieldname>>"
  10. Text            =   "<<fieldname>>"
  11. Top             =   <<top>>
  12. Visible         =   -1   'True
  13. Width           =   2415
  14.